
*** These modified files were found in JOE when it aborted on Tue Apr 28 18:14:52 2015
*** JOE was aborted by UNIX signal 15

*** File '(Unnamed)'
lang.php

*** File 'lang.php'
<?php
session_start(); // starts PHP session which saves the user's name, IP address of h
                 // and the stage of experiment they are in
                 // before this line not even comment can be written
                                  
?>                                  

<!-- Starting page of experiment with welcome message.
     After pressing the button players are redirected to login page -->


<head>
<link rel="StyleSheet" href="style.css" type="text/css">
</head>

<!-- logo -->

<?php include_once("html_header.php"); ?>

<iframe src="http://free.timeanddate.com/clock/i1ih10sb/n141/tles4/fs16/ftb/th1/ts1" frameborder="0" width="43" height="21" align="right"></iframe>

<font size=1>
<br><br><br><br><br><br>
<form name="form1" method="post" action="english.php">
If you want to do the experiment in English, please click <input type="submit" value="here" class="btn" name="submit"> 
</form><br />

<br><br><br>

<form name="form1" method="post" action="french.php">
If you want to do the experiment in French, please click <input type="submit" value="here" class="btn" name="submit"> 
</form><br />

<br><br><br>

<form name="form1" method="post" action="dutch.php">
If you want to do the experiment in Dutch, please click <input type="submit" value="here" class="btn" name="submit"> 
</form><br />

</font>
<?php include("html_footer.php")?>